[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                             MemAvail function

  DECLARATION:  MemAvail

      PURPOSE:  Returns the sum of all free blocks in the heap

         UNIT:  System

  RESULT TYPE:  LongInt

      REMARKS:  This is calculated by adding the sizes of all free blocks
                of memory below the heap pointer to the size of the free
                memory above the heap pointer.  To find the largest free
                block, use the MaxAvail function.

See Also: MaxAvail
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson